home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
17 Bit Software 6: Level 6
/
17 Bit - Level 6 (1998)(Epic Marketing)[!].iso
/
!new-os!
/
softmem
/
triton
/
install
next >
Wrap
Text File
|
1995-08-25
|
643b
|
25 lines
(set @default-dest "")
(set tritonlib "triton.library")
(set #bad-kick "You must be using Kickstart 2.04 to run Triton.")
(set #copying-triton "Copying triton.library to Libs:...")
(set #install-msg
(cat "\n\nTriton installation script.\n"
"This script installs Triton library on your Amiga.\n\n"
"Read the 'ReadMe' file for\n"
"more information on Triton.\n\n"
"Triton © 1993-1994 Stefan Zeiger.\n"
"All rights reserved."))
(if (< (/ (getversion) 65536) 37) ((abort #bad-kick)))
(message #install-msg)
(copylib
(prompt "\n" #copying-triton)
(help @copylib-help)
(source tritonlib)
(dest "Libs:")
(confirm)
)